  /* config for G-Force Winamp, SoundJam & Macast visual plugin
         made by David Tryse TomteSkogen42@hotmail.com */
 
  //looks best with normalize off and music with some silence in it
 ConB=1,
 Aspc=1,
 
   //A0=size, A1=tail? (90% chance)
 A0="0.3",
 A1="trnc(rnd(1)+0.9)",
 B0="clip(0.85*B0+(1.2-B0)*1.4*(mag(0.1)^2+mag(0.3)^2+mag(0.5)^2+mag(0.7)^2))",
 B1="B1+0.5*B0+0.01",
 B2="sin(B1)",
 B3="cos(B1)",
 B4="A0+B0*0.6",
 
 C0="2*Pi*wrap(s+t*0.1)",
 C1="A1*12*mag(s)^2",
 C2="A0*sin(c0)+B2*C1+B4*B3",
 C3="A0*cos(c0)+B3*C1+B4*(-B2)",
 
 X0="C2",
 Y0="C3",
 X1="-C2",
 Y1="-C3",
 
 Vers=100
 